home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / misc / FD2Pragma.lha / FD2Pragma.readme < prev    next >
Text File  |  1999-01-17  |  2KB  |  57 lines

  1. Short:    V2.88 creates pragma, inline, ... files
  2. Author:   stoecker@amigaworld.com (Dirk Stoecker)
  3. Uploader: stoecker@amigaworld.com (Dirk Stoecker)
  4. Type:     dev/misc
  5. Version:  2.88
  6.  
  7. This is a utility to create:
  8.   - following pragma statements for certain C compilers: amicall, libcall,
  9.     flibcall, tagcall and syscall
  10.   - proto files for C compilers
  11.   - offset (LVO) files for assembler programs
  12.   - stub functions for either tag-functions or all library functions
  13.   - stub functions as assembler text
  14.   - stub functions as useable link library file
  15.   - FD files out of pragma files
  16.   - stubs for C++ compilers (SPECIAL 11, 12, 13 and CLIB)
  17.   - the files with your own headers inserted
  18.   - files for using local pointers for shared library bases in compilers
  19.     which do not support this normally
  20.   - stub functions for Pascal compilers
  21.   - inline files for GCC
  22.   - inline, pragma and stub libraries using FPU registers
  23.   - files needed to develop for Phase5's PowerUP boards
  24.   - unit texts for FPC Pascal compiler
  25.   - BMAP files for AmigaBASIC and MaxonBASIC
  26.  
  27. Therefor only the FD file telling the library informations is needed. For
  28. some SPECIAL options you may additionally supply the CLIB keyword (or you
  29. need to supply it) giving FD2Pragma the prototypes file in clib directory.
  30.  
  31. Special option 80 does the reverse to normal: convert pragma to FD!
  32.  
  33. The command template you get with FD2Pragma ? .
  34.  
  35. Calling the program seems to be (is) very difficult, but it offers you a
  36. large set of functions. A lot of options need a lot of abilities to turn
  37. them on/off!
  38.  
  39. The documentation contains lots of information about related topics, so
  40. read it!
  41.   
  42. This program is in the public domain. Use it as you want, but WITHOUT ANY
  43. WARRANTY!
  44.  
  45. Please contact me:
  46.  
  47. ************************************************************************
  48. * snail-mail:                  * e-mail:                               *
  49. *   Dirk Stoecker              *   stoecker@amigaworld.com             *
  50. *   Geschwister-Scholl-Str. 10 *   stoecker@rcs.urz.tu-dresden.de      *
  51. *   01877 Bischofswerda        * world wide web:                       *
  52. *   GERMANY                    *   http://home.pages.de/~Gremlin/      *
  53. * phone:                       * pgp key:                              *
  54. *   GERMANY +49 (0)3594/706666 *   get with finger or from WWW pages   *
  55. ************************************************************************
  56.  
  57.